home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1996 September / inter@ivo 1996-09.iso / cybint8 / bin / gforum.dxr / 00041.ls < prev    next >
Encoding:
Text File  |  1996-08-02  |  298 b   |  17 lines

  1. on exitFrame
  2.   global dir
  3.   if rollOver(14) then
  4.     if dir = 1 then
  5.       cursor([901, 902])
  6.       set the visible of sprite 15 to 1
  7.       go(the frame + 1)
  8.     end if
  9.     if dir = -1 then
  10.       go(the frame - 1)
  11.     end if
  12.   else
  13.     set the visible of sprite 15 to 0
  14.     go("Loop")
  15.   end if
  16. end
  17.